INSTALLATION:

Linux:

-HELP: ./INSTALL_VD.sh --help

-Open a new terminal window in this directory
-Run: ./INSTALL_VD.sh
-Follow the installation instructions and say yes to all questions
-You can now delete this folder and "Video Downloader" should be installed
-UNINSTALL -> Navigate to '/opt/Video Downloader'
-Open a new terminal window in that folder
-Run: ./UNINSTALL.sh

Windows:

-HELP: INSTALL_VD.bat --help

-Open cmd in this directory
-Run: INSTALL_VD.bat
-Click yes to run as administrator!
-Follow the installation instructions and say yes to all questions
-You can now delete this directory and "Video Downloader" should be installed

-UNINSTALL -> Navigate to '%SystemDrive%/Program Files/Video Downloader'
-Open a new command prompt window in that directory
-Run: UNINSTALL.bat
-Click yes to run as administrator!

MacOS:

-Make sure you have ffmpeg installed before using(to check run: ffmpeg -version)
	`->If not, then if you have homebrew installed, use:
	-brew install ffmpeg

-You CANNOT install this app to properly work in MacOS
-However, to run it, install python using your preferred method
	`->Such as python.org
-Make sure you install all python libraries using pip(at bottom)
-Open a terminal window in this directory
-Type the appropriate command to run the python file, such as:
	`->python Downloader.py
	`->python3 Downloader.py
-This will run the python app. You can use it but it will not be installed.


Python libraries:

tkinter(installed by default)

-Use pip to install if running via python:

pygame
yt-dlp
